home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group03a.txt / 000001_icon-group-sender_Fri Jan 24 12:47:50 2003.msg < prev    next >
Internet Message Format  |  2003-12-22  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id h0OJjUA16524
  4.     for icon-group-addresses; Fri, 24 Jan 2003 12:45:30 -0700 (MST)
  5. Message-Id: <200301241945.h0OJjUA16524@baskerville.CS.Arizona.EDU>
  6. From: "Frank J. Lhota" <NOSPAM.lhota.adarose@verizon.net>
  7. X-Newsgroups: comp.lang.icon
  8. Subject: The shortest Icon program
  9. X-Priority: 3
  10. X-MSMail-Priority: Normal
  11. X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
  12. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
  13. Date: Fri, 24 Jan 2003 17:20:15 GMT
  14. X-Complaints-To: abuse@verizon.net
  15. To: icon-group@cs.arizona.edu
  16. Errors-To: icon-group-errors@cs.arizona.edu
  17. Status: RO
  18.  
  19. Here's an oldie-but-goody I ran across in a back issue of the Icon Analyst
  20. the other day: what is the shortest complete Icon program? That is, what is
  21. the shortest Icon source file that can be compiled, linked and run? I'll
  22. give you a hint: the answer is NOT the following:
  23.  
  24. procedure main()
  25. end
  26.  
  27.  
  28.